Home
last modified time | relevance | path

Searched hist:"1339 f24b336db5ded9811f3fe7b948e0de207785" (Results 1 – 1 of 1) sorted by path

/linux/include/uapi/linux/
H A Dio_uring.hdiff 1339f24b336db5ded9811f3fe7b948e0de207785 Sat May 07 22:18:44 CEST 2022 Jens Axboe <axboe@kernel.dk> io_uring: allow allocated fixed files for openat/openat2

If the application passes in IORING_FILE_INDEX_ALLOC as the file_slot,
then that's a hint to allocate a fixed file descriptor rather than have
one be passed in directly.

This can be useful for having io_uring manage the direct descriptor space.

Normal open direct requests will complete with 0 for success, and < 0
in case of error. If io_uring is asked to allocated the direct descriptor,
then the direct descriptor is returned in case of success.

Reviewed-by: Hao Xu <howeyxu@tencent.com>
Signed-off-by: Jens Axboe <axboe@kernel.dk>